PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.imaging Package / PDFErrorDiffusionDitheringFilter Class / diffuse(int,byte[],int,int,int,int) Method
In This Topic
    diffuse(int,byte[],int,int,int,int) Method
    In This Topic
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public void diffuse( 
       int error,
       byte[] grayscaleBitmap,
       int x,
       int y,
       int width,
       int height
    )

    Parameters

    error
    grayscaleBitmap
    x
    y
    width
    height
    See Also